home *** CD-ROM | disk | FTP | other *** search
/ PC PLAY 6 (Swedish) / PC PLAY 6.iso / play / choose.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1997-06-10  |  119 b   |  9 lines

  1. on exitFrame
  2.   global gMovieList
  3.   if objectp(gMovieList) then
  4.     GoForward(gMovieList)
  5.   else
  6.     go(1)
  7.   end if
  8. end
  9.